home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / July 96 / Re Not deleting patterns corre < prev    next >
Encoding:
Internet Message Format  |  1996-07-22  |  1.2 KB  |  [TEXT/ttxt]

  1. Subject:     Re: Not deleting patterns correctly
  2. Sent:        7/19/96 3:41 PM
  3. Received:    7/19/96 3:51 PM
  4. From:        Henri Lamiraux, lamiraux@apple.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. >Upon quitting my part, I get the user break about patternreps, etc. not
  9. >being disposed properly. I have looked into the whole ball of wax and it
  10. >looks like I am doing everything correctly. What specifically would I be
  11. >doing wrong typically in order to get this error?
  12.  
  13. Patterns, inks, styles, and fonts are allocated using a pool-allocation 
  14. scheme. This warning is telling you that you have a memory leak. Do you 
  15. have any FW_CPattern objects has a field of another class you are not 
  16. disposing correctly or a pattern you created with new, or a global 
  17. pattern object? you have a leak somewhere
  18.  
  19. ........................................................................
  20.  Henri Lamiraux                                      lamiraux@apple.com
  21.  Apple Computer, Inc.                 OpenDoc(tm) Development Framework
  22. ........................................................................
  23.  
  24.  
  25.